home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 4 / FM Towns Free Software Collection 4 - Disc 1.iso / t_os / acc130 / makeacc.bat < prev   
DOS Batch File  |  1991-10-18  |  109b  |  6 lines

  1. a:masm %1.asm,%1.obj,nul,nul
  2. a:link %1.obj,%1.exe,nul,,
  3. a:exe2bin %1.exe acc.com
  4. del %1.EXE
  5. DEL %1.OBJ
  6.